home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / editors / eedraw / src / eep / primary.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-02  |  553 b   |  19 lines

  1. /****************************************************************
  2. *                                *
  3. * Primary Layer Numbers used in the system, These should not    *
  4. * Be changed by the user, if so the internal numbers won't    *
  5. * Match the external names!                    *
  6. *                                *
  7. ****************************************************************/
  8.  
  9. #define LAYER_WIRE    0
  10. #define LAYER_BUS    1
  11. #define LAYER_GATE    2
  12. #define LAYER_PINFUN    4
  13. #define LAYER_PINNUM    5
  14. #define LAYER_PINNAM    6
  15. #define LAYER_REFDES    7
  16. #define LAYER_DEVICE    9
  17. #define LAYER_NETNAM    11
  18. #define LAYER_PIN    12
  19.